-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ported PicklesHelper to FAKE 5 #1884
Conversation
@matthid Added Docs |
| Excel | ||
|
||
/// The Pickles parameter type | ||
[<CLIMutable>] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove climutable
IncludeExperimentalFeatures : bool option | ||
} | ||
|
||
let currentDirectory = Directory.GetCurrentDirectory() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should at least make that internal or private
/// - `TimeOut` - 5 minutes | ||
/// - `ErrorLevel` - `Error` | ||
/// - `IncludeExperimentalFeatures` - `None` | ||
let PicklesDefaults = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably best to change to private or internal as well?
Thanks for the review. I overlooked these |
Thanks! |
Ported PicklesHelper to Fake.Tools.Pickles (see http://www.picklesdoc.com for description of functionality).